﻿/**网站首页Css*/
/**登陆框，仿微信公众号登陆框*/
.icon24-login {
    margin: 0px auto;
    width: 16px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
}

    .icon24-login.un {
        background: url("../img/page_login.png") 0 0 no-repeat;
    }

    .icon24-login.pwd {
        background: url("../img/page_login.png") 0 -22px no-repeat;
    }

.un.icon24-login {
}

.err.icon24-login {
    background-position: -24px 0px;
}

/*.pwd.icon24-login {
    background-position: -48px 0px;
}*/

.checkbox.icon24-login {
    background-position: -72px 0px;
}

.checkbox_checked.icon24-login {
    background-position: -96px 0px;
}

.add.icon24-login {
    background-position: -120px 0px;
}

.wrapper {
    height: 460px;
    position: relative;
}

.input-focus {
    border-color: rgb(74, 155, 223);
}

/*remove recaptcha logo*/
.grecaptcha-badge {
    visibility: hidden;
}

.login-panel {
    padding: 1px 35px 40px 35px;
    border-radius: 5px;
    top: 25px;
    right: 0px;
    position: absolute;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
    background-color: rgb(228, 228, 228);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    width: 320px;
    height: 275px;
    position: absolute;
    top: 12px;
    left: 551px;
}

    .login-panel h3 {
        font-size: 21px;
        font-weight: normal;
        margin-bottom: 5px;
        text-shadow: 1px 1px 1px #eee;
    }

    .login-panel .arrow {
        border-width: 10px;
        border-style: dashed dashed solid;
        border-color: transparent transparent rgb(228, 228, 228);
        top: -20px;
        right: 78px;
        font-size: 0px;
        position: absolute;
    }

.login-mod {
    width: 316px;
}

    .login-mod input {
        margin: 0px;
        padding: 0px;
        outline: 0px;
        border: 0px currentColor;
        font-size: 14px;
    }

    .login-mod .icon-wrapper {
        line-height: 0;
        vertical-align: middle;
        display: inline-block;
    }

    .login-mod .login-remember-pwd:hover {
        text-decoration: none;
    }

    .login-mod .login-btn:hover {
        text-decoration: none;
    }

.login-err-panel {
    color: rgb(215, 0, 0);
    font-size: 13px;
    margin-left: -4px;
}

.login-form {
    border-radius: 5px;
    width: 316px;
    margin-top: 5px;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    box-shadow: inset 0px 1px 3px rgba(170,170,170,0.8);
    background-color: rgb(255, 255, 255);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: inset 0 1px 3px rgba(170, 170, 170, 0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(170, 170, 170, 0.8);
}

    .login-form div {
        padding: 3px 0px;
        border: 1px solid rgb(174, 174, 174);
    }

    .login-form .login-un {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .login-form .login-pwd {
        border-top-color: currentColor;
        border-top-width: 0px;
        border-top-style: none;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .login-form span {
        margin: 0px 15px;
    }

    .login-form input {
        padding: 11px 0px;
        width: 240px;
        font-family: "Microsoft YaHei";
        vertical-align: middle;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }

.login_on_un.login-form .login-un {
    border-color: rgb(74, 155, 223);
    box-shadow: 0px 0px 5px #aedcfa;
    -moz-box-shadow: 0 0 5px #aedcfa;
    -webkit-box-shadow: 0 0 5px #aedcfa;
}

.login_on_pwd.login-form .login-un {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.login_on_pwd.login-form .login-pwd {
    border: 1px solid rgb(74, 155, 223);
    box-shadow: 0px 0px 5px #aedcfa;
    -moz-box-shadow: 0 0 5px #aedcfa;
    -webkit-box-shadow: 0 0 5px #aedcfa;
}

.login-code-panel {
    margin-top: 10px;
}

    .login-code-panel input {
        padding: 10px;
        border-radius: 3px;
        border: 1px solid rgb(174, 174, 174);
        width: 100px;
        font-size: 16px;
        vertical-align: middle;
        box-shadow: inset 0px 1px 3px rgba(170,170,170,0.8);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-box-shadow: inset 0 1px 3px rgba(170, 170, 170, 0.8);
        -webkit-box-shadow: inset 0 1px 3px rgba(170, 170, 170, 0.8);
    }

        .login-code-panel input:focus {
            border-color: rgb(74, 155, 223);
        }

    .login-code-panel span {
        width: 100px;
        height: 40px;
        margin-right: 6px;
        margin-left: 10px;
    }

        .login-code-panel span img {
            width: 100%;
            height: 100%;
        }

.login-help-panel {
    color: rgb(68, 92, 143);
    overflow: hidden;
    margin-top: 10px;
}

    .login-help-panel .add.icon24-login {
        margin-top: -0.2em;
    }

    .login-help-panel .login-forget-pwd {
        float: right;
    }

    .login-help-panel .login-remember-pwd {
        color: rgb(51, 51, 51);
        float: left;
    }

.login-btn-panel {
    padding-bottom: 30px;
    margin-top: 20px;
}

    .login-btn-panel .login-btn {
        padding: 3px 0px;
        border-radius: 5px;
        border: 1px solid rgb(99, 132, 103);
        width: 120px;
        text-align: center;
        color: rgb(255, 255, 255);
        margin-right: 15px;
        display: inline-block;
        background-color: rgb(91, 161, 14);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .login-btn-panel .login-unvalid {
        padding: 3px 0px;
        border-radius: 5px;
        border: 1px solid rgb(99, 132, 103);
        width: 120px;
        text-align: center;
        color: rgb(255, 255, 255);
        margin-right: 15px;
        display: inline-block;
        background-color: silver;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

/**整个页面风格css*/
#content {
    background: url('../../Bootstrap/img/banner_bkgrnd.png');
    /*url('bootstrap/img/banner_bkgrnd.png');*/
    width: 100%;
    height: 344px;
    margin-bottom: 13px;
    position: relative;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.31);
    border-radius: 3px 3px 3px 3px;
}

    #content #banner_login {
        background: url('../../bootstrap/img/banner_iphones.png');
        width: 461px;
        height: 357px;
        position: absolute;
        top: 12px;
        left: 496px;
        padding: 0px;
    }

    #content #banner_header {
        /*font-family:Helvetica, Arial, sans-serif;*/
        font-weight: bold;
        font-size: 30px;
        line-height: 36px;
        width: 480px;
        top: 32px;
        left: 24px;
        color: #ffffff;
        position: absolute;
        text-shadow: -1px -1px 2px rgba(0,0,0,0.5);
    }

    #content #banner_text {
        /*font-family:Helvetica, Arial, sans-serif;*/
        font-size: 16px;
        line-height: 32px;
        top: 95px;
        left: 30px;
        width: 480px;
        color: #cccccc;
        text-shadow: -1px -1px 2px rgba(0,0,0,0.5);
        position: absolute;
    }

    #content #banner_button {
        top: 250px;
        left: 24px;
        color: #ffffff;
        position: absolute;
    }

#main #left_content {
    float: left;
    width: 540px;
}

#main #right_content {
    float: right;
    width: 324px;
    margin-right: 36px;
}

#main #sub_header {
    font-family: Helvetica-Light, Helvetica, Arial, sans-serif;
    font-size: 31px;
    margin-top: 26px;
    margin-left: 78px;
    width: 400px;
    color: #333333;
}

#main #steps {
    margin-top: 28px;
    margin-left: 22px;
}

    #main #steps .num_box {
        text-align: center;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 27px;
        color: #90268e;
        border: 1px solid #CECECE;
        width: 39px;
        height: 31px;
        padding-top: 8px;
        float: left;
    }

#main .step_num {
    float: left;
}

#main .step {
    margin-bottom: 18px;
    height: 39px;
}

#main .step_text {
    font-size: 17px;
    color: #666666;
    margin-left: 55px;
    padding-top: 10px;
}

#main #account {
    padding-top: 23px;
    padding-left: 14px;
}

#main #sub_content {
    font-size: 17px;
    color: #666666;
    height: 42px;
    padding-top: 19px;
}

    #main #sub_content a {
        text-decoration: none;
    }
